net/netip.uint128.halves (method)
3 uses
net/netip (current package)
netip.go#L364: return uint8(*(ip.addr.halves()[(i/8)%2]) >> ((7 - i%8) * 8))
netip.go#L370: return uint16(*(ip.addr.halves()[(i/4)%2]) >> ((3 - i%4) * 16))
uint128.go#L78: func (u *uint128) halves() [2]*uint64 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)